home *** CD-ROM | disk | FTP | other *** search
- maxaadepth 0
- maxobcube 2
- maxoctdepth 5
-
- noshadows
-
- camera {
- loc <5, 4, 2>
- target <.5, .5, .5>
- aspect 1.0
- }
-
- lamp {
- direct <-1, -.35, -.75>
- }
-
- sky {
- zenith <0, 0, 0>
- horizon <0, 0, 0>
- numstars 1000
- }
-
-
- color red {
- diff <1, 0, 0>
- }
-
- color white {
- diff <1, 1, 1>
- }
-
- color blue {
- diff <0, 0, 1>
- }
-
- color green {
- diff <0, 1, 0>
- }
-
- color yellow {
- diff <1, 1, 0>
- }
-
- blotch asvpt {
- pattern red
- pattern white
- pattern blue
- pattern green
- pattern yellow
- scale 25
- }
-
- sphere {
- loc <.5, .5, .5>
- radius 1
- pattern asvpt
- }
-
-